BiWeeklyMoodRepository

@Singleton
class BiWeeklyMoodRepository @Inject constructor(biWeeklyMoodRemoteDataSource: BiWeeklyMoodRemoteDataSource)

Repository class for managing Bi-Weekly mood data. This class interacts with the remote data source to fetch and add mood entries.

Constructors

Link copied to clipboard
@Inject
constructor(biWeeklyMoodRemoteDataSource: BiWeeklyMoodRemoteDataSource)

Functions

Link copied to clipboard
suspend fun addMoodEntry(moodEntry: BiWeeklyEvaluationEntry)

Adds a BiWeekly mood entry to the remote data source.

Link copied to clipboard

Fetches the latest BiWeekly mood entries from the remote data source.